樱之空[漫].js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. var rule = {
  2. title: '樱之空',
  3. host: 'https://www.skr2.cc/',
  4. url: '/vodshow/fyclass--------fypage---.html',
  5. searchUrl: '/vodsearch/**----------fypage---.html',
  6. searchable: 2,
  7. quickSearch: 0,
  8. filterable: 0,
  9. headers: {
  10. 'User-Agent': 'MOBILE_UA',
  11. },
  12. class_name: '国漫&日漫&美漫&桜歌&桜剧',
  13. class_url: '47&46&85&3&32',
  14. play_parse: true,
  15. /* lazy:`js:
  16. var html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
  17. var url = html.url;
  18. if (html.encrypt == '1') {
  19. url = unescape(url)
  20. } else if (html.encrypt == '2') {
  21. url = unescape(base64Decode(url))
  22. }
  23. if (/\\.m3u8|\\.mp4/.test(url)) {
  24. input = {
  25. jx: 0,
  26. url: url,
  27. parse: 0
  28. }
  29. } else {
  30. input
  31. }
  32. `,*/
  33. limit: 6,
  34. double: true,
  35. 推荐:'.cbox_list&&ul;li;.vodlist_thumb&&alt;.vodlist_thumb&&data-original;.pic_text&&p&&Text;.vodlist_thumb&&href',
  36. 一级: 'body&&.ranklist_thumb;a&&title;a&&data-original;.text_right&&Text;a&&href',
  37. 二级: {
  38. title: 'h1&&Text;.star_tips&&Text',
  39. img: '.lazyload&&data-original',
  40. desc: '.data:eq(1)&&Text;.data:eq(2)&&Text;.data:eq(3)&&Text',
  41. content: '.desc&&Text',
  42. tabs: '.play_source_tab&&a',
  43. lists: '#playlistbox:eq(#id) li',
  44. tab_text: "a&&alt",
  45. list_text: "body&&Text",
  46. list_url: "a&&href"
  47. },
  48. 搜索: 'body&&.searchlist_item;h4&&Text;a&&data-original;.text_right&&Text;a&&href',
  49. }